﻿.bannerContent {
    padding: 2% 4% 150px;
}

.text_content {
    color: #707070;
    font-size: 30px;
    line-height: 1.5;
    font-family: "Mohr-Mediumlt";
    text-align: center;
    display: block;
}

.cardEmpresa {
    padding: 30px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    margin-top: 2rem;
    margin-right: 1rem;
    transition: .3s;
}

.cardEmpresa:hover {
    transform: scale(1.05);
}

.imgContent {
    width: 100%;
    margin: 0 auto;
    height: auto;
    display: block;
    margin-bottom: 1.5rem;
}

.imgContentDiv {
    border-bottom: 1px solid #00bf44;
}

.txtContentdiv {
    margin-top: 1.5rem;
}

.text_content_card {
    color: #707070;
    text-align: left;
    font-size: 1rem;
    font-family: "Mohr-Medium";
}

.cardsEmpresaCol .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media screen and (max-width:1000px) {
    .cardsEmpresaCol .row {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width:640px) {
    .cardsEmpresaCol .row {
        grid-template-columns: 1fr;
    }

    .bannerContent {
        padding: 10% 5%;
    }
}

@media screen and (max-width:320px) {
    .txt_op_am_subtitle {
        font-size: 2.5rem;
    }

    .txt_title_op {
        font-size: 50px;
    }
}